home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
DeveloperLabs
/
Lab3
/
Solution
/
TextView.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
211b
|
16 lines
#import <appkit/ScrollView.h>
#import <appkit/Text.h>
@interface TextView:ScrollView
{
id theText;
}
+newFrame:(const NXRect*)tF;
-newText:(const NXRect *)tF;
-makeEnclosingWindow:(const NXRect *)r;
@end